vcWaitDigitalInputStatement

A statement for ensuring and waiting for a digital input value before proceeding with program execution.

See in: Overview

Module: vcRobotics2

Parent: vcStatement

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
PortNumbervcIntExpressionPropertyRGets the output port number.
ValueConditionvcBoolExpressionPropertyRGets a boolean expression used to generate a value that is compared to the signal's value.
WaitTriggerBooleanRWGets or sets a value that, when true, forces waiting for the signal's value to change at least once before performing the value comparison.
See more
If false, the signal value is evaluated immeditately upon execution and program can proceed immediately if the value comparison is satisfied.